home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000356_grinder@no.spam.maam.com_Tue Sep 4 11:15:15 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  40 lines

  1. Article: 12740 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!pln-e!spln!dex!extra.newsguy.com!newsp.newsguy.com!enews4
  3. From: "Grinder" <grinder@no.spam.maam.com>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: if exist
  6. Date: Sun, 2 Sep 2001 22:42:31 -0500
  7. Organization: http://extra.newsguy.com
  8. Lines: 22
  9. Message-ID: <9muuba04gd@enews4.newsguy.com>
  10. References: <9mp7sp0vm6@enews4.newsguy.com> <9mphnl$2jn$1@newsmaster.cc.columbia.edu>
  11. NNTP-Posting-Host: 216-166-242-129.grics.net
  12. X-Priority: 3
  13. X-MSMail-Priority: Normal
  14. X-Newsreader: Microsoft Outlook Express 5.50.4522.1200
  15. X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12740
  17.  
  18. Sorry, me again--with the same problem.  I modified my script a
  19. bit to simply some goto statements, but diagnostices yield the
  20. same thing:
  21.  
  22. if < \Ffiles(queue\*.zip) 1 goto SENDZERO
  23.  
  24. \Ffiles(queue\*.zip) is 0 even if files are present.  Perhaps
  25. it's a bad assumption, but:
  26.  
  27. send queue\*.zip
  28.  
  29. works well enough.  The files function takes a local path as an
  30. argument?
  31.  
  32. I'm sure I must be doing something wrong, but I'm very close to
  33. having this complete and can't seem to resolve this single
  34. point.
  35.  
  36. Thanks for past assistance rendered...
  37.  
  38.  
  39.  
  40.